home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2954 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: prairienet.org!sjmccaug
  2. From: sjmccaug@prairienet.org (Scott J. McCaughrin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Multithreading in C++?
  5. Date: 20 Jan 1996 22:20:54 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4drps6$fa2@vixen.cso.uiuc.edu>
  8. References: <4d97fc$ps6@galaxy.ucr.edu> <4co6mf$98d@serv.hinet.net> <4cta8m$i74@isoit109.bbn.hp.com>
  9. Reply-To: sjmccaug@prairienet.org (Scott J. McCaughrin)
  10. NNTP-Posting-Host: firefly.prairienet.org
  11.  
  12.  
  13. In a previous article, thp@cs.ucr.edu (Tom Payne) says:
  14.  
  15. >Manfred_Lange (Manfred_Lange@bbn.hp.com) wrote:
  16. >: jcwang@hntp2.hinet.net (John C. Wang) wrote:
  17. >: >
  18. >: >Does anyone know if there is a standard C interface for multithread
  19. >: >programming? Under MS Visual C++ there are thread functions for the NT, but I
  20. >: >am pretty sure that's not a standard function call. What do they use in UNIX?
  21. >: >Does the POSIX standards specify this?
  22. >: >
  23. >: >Please reply to my email if possible.
  24. >: >
  25. >: >jcwang@csie.ntu.edu.tw
  26. >: >
  27. >: 
  28. >: As far as I know, there are no functions in the standard libraries that deal 
  29. >: with threads. This is typically left to the underlying operating system.
  30. >
  31.  What about spawn() for child processes, and exec()?
  32.  
  33.  sjm
  34.  
  35.